﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Basic Sans";
  src: url("../fonts/Basic Sans Heavy SF Bold.ttf");
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;  font-family: "Arial","Microsoft Yahei";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.warp{ max-width:1440px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;} 

/*parts*/
div.fy {text-align:center;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; background: #fff; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:hover{color:#fff;  background: #007a8e; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:active{ color:#fff;  background: #007a8e; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #007a8e; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; background: #fff;  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}


/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:absolute;	top: 22px;	right: 25px;	z-index: 999;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#007a8e; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}
/*弹出input*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center {background-color:#444;  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0; left: 0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left;border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;	display:block;}
.s-close::before,.s-close::after {	content:'';	width:40px;	height:2px;	background:#FFF;	display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {	-webkit-transform:rotate(45deg);	transform:rotate(45deg);}
.s-close::after {	-webkit-transform:translateY(-2px) rotate(-45deg);	transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}

.overCurtain2 .s-close{ float: right; top:20px; right: 20px; position: absolute;}
.overCurtain2 {position: fixed; top: 0;    bottom: 0;    left: 0;    right: 0;width:100%;display:none; background-color:#000; opacity:0.7; z-index:999;}
.hide-center2 {position:fixed;right:0;left:0;	bottom:0;	top:20%;margin:auto;	display:none;	z-index:1000;	width: 100%;   max-width: fit-content;	}

/*header*/
.header .mune .m-dot .mt,.header .mune .m-dot .mt a{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.header{ position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header .warp{ display: flex; align-items: center; justify-content: space-between;}
.header .logo{ padding: 6px 10px;}
.header .mune{ display:flex;}
.header .mune a{ color: #333; font-size: 1.6em; line-height: 24px; margin: 0 30px;}
.header .mune .m-dot{ margin: 0 15px;} 
.header .mune .m-dot>a{ padding: 28px 0; display: inline-block;}
.header .mune .shop{ margin: 28px 0;}
.header .mune .shop a{ padding: 0 15px; display: inline-block;}
.header .mune .shop a img{ margin: 0 2px -2px 0;}
.header .mune .shop a:first-child{ border-right: 1px solid #dcdcdc;}
.header .hls{ align-items: center; display: flex; align-content: center;}
.header .hls a{ font-size: 1.4em; padding: 0px 16px; display: inline-block; color: #333; line-height: 20px; }


/*footer*/
.footer a{ color: #fff;  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.footer{ background:#0f0f0f; }
.footer .fo1{ padding: 70px 40px; overflow: hidden; display: flex; flex-wrap: wrap; justify-content:space-between;}
.footer .fo1>*{ padding: 0 2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.footer .fo1 .flinks{ display: flex; width: 45%; flex-wrap: wrap; }
.footer .fo1 .flinks .fld{ min-width: 40%; max-width: 50%; margin-bottom: 20px;}
.footer .fo1 .flinks h3 a{ font-size: 1.8em; display: inline-block; margin-bottom: 20px; line-height: 1.5; font-weight: bold;}
.footer .fo1 .flinks p a{ font-size: 1.4em; line-height: 2; color: #9b9b9b;}
.footer .fo1 .flinks .fld:last-child{ width: 50%;}
.footer .fo1 .flinks .fld:last-child>h4{ font-size: 1.8em; text-transform: uppercase; font-weight:bold; color: #fff; margin-bottom: 20px;}
.footer .fo1 a:hover{ color: #fff !important;}
.footer .fo1 .flinks input{ font-size: 1.4em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#fff;  border: none; padding: 12px 0; width: 100%; border-bottom: 1px solid #555; background: rgba(0,0,0,0);}
.footer .fo1 input::-webkit-input-placeholder{ color:#555;}
.footer .fo1 .flinks input:-moz-placeholder{ color:#555;}
.footer .fo1 .flinks input::-moz-placeholder{ color:#555;}
.footer .fo1 .flinks input:-ms-input-placeholder{ color:#555;}
.footer .fo1 .flinks form{ width: 100%; flex-wrap: wrap; display: flex; align-content: center; align-items: center; }
.footer .fo1 .flinks form .ftxt{ width: 100%;}
.footer .fo1 .flinks form .fbtn{ border-radius: 50px; margin-top: 30px; border-bottom: none; padding: 10px 20px; color: #fff; background:url(../images/arrow.png) center center #007a8e no-repeat; width: 80px; text-transform: uppercase; } 
.footer .fo1 .fcont{ width: 25%;}
.footer .fo1 .fcont .flogo{ margin-bottom: 25px; display: flex; align-items: flex-end; color: #fff; text-transform: uppercase;}
.footer .fo1 .fcont .flogo h3{ font-size: 1.8em; font-weight: bold; line-height: 1.2;}
.footer .fo1 .fcont .fd{ margin-top: 20px; display: flex;}
.footer .fo1 .fcont .fcd span{ width: 30px;}
.footer .fo1 .fcont .fcd p{ font-size: 1.4em; line-height: 1.5; color: #9b9b9b; width: calc(100% - 30px);}
.footer .fo1 .fcont .two{ margin-top: 30px;}
.footer .fo1 .fadd{  width: 30%;}
.footer .fo1 .fadd .fa{ padding: 20px 30px; border-bottom: 1px solid #333;}
.footer .fo1 .fadd .fa:last-child{ border-bottom: none;}
.footer .fo1 .fadd .fa h3{ font-size: 1.4em; font-weight: bold; color: #fff; text-transform: uppercase; margin-bottom: 12px;}
.footer .fo1 .fadd .fa p{ font-size: 1.4em; color: #9b9b9b; line-height: 1.5;}
.footer .fo2{ background: #007a8e; display: flex; justify-content: center; padding: 20px 0;}
.footer .fo2 p{ padding: 0 10px; font-size:1.4em; line-height: 1.5; color: rgba(255,255,255,0.3);}
.footer .fo2 p a{ font-size:1em; color: rgba(255,255,255,0.3);}
.footer .fo2 p a:hover{ color: #fff;}

.bottomlist{ background:#007a8e; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:400;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}


/*banner*/
.banner .swiper-slide{ background-size: cover !important;  overflow: hidden;}
.banner .swiper-slide{ align-items: center; position: relative; display: flex;  height: 910px;}
.banner .ban1{  background: url(../images/banner01.jpg) center center no-repeat; background-size: cover !important;}
.banner .ban2{  background: url(../images/banner02.jpg) center center no-repeat; background-size: cover !important;}
.banner .ban3{  background: url(../images/banner03.jpg) center center no-repeat; background-size: cover !important;}
.banner .txt{ max-width: 50%;}
.banner .txt img{ width: 100%;}
.banner .swiper-pagination-bullet{ width: 50px; height: 3px;  opacity: 1; background: #fff; border-radius: 5px;}
.banner .swiper-pagination-bullet-active{ background: #007a8e;}
.banner .swiper-pagination { bottom: 20px;}
/*iab*/
.iab .txt .t a{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.iab{ display: flex; padding: 80px 0 120px 0; background: #f7f7f7; overflow: hidden;}
.iab .img{ width: 50%;}
.iab .img img{ width: 100%;}
.iab .txt{ padding:8% 5%; transform: translateY(80px); margin: 0 0 0 -5%; width: 55%; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.5); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.iab .txt .tit{ margin-bottom: 30px; display: flex; align-items: center;}
.iab .txt .tit h3{ margin-left: 40px; font-size: 4.8em; font-weight: bold; text-transform: uppercase; color: #007184;}
.iab .txt .t h4{ font-size: 2.4em; color: #000; } 
.iab .txt .t img{ margin: 24px 0; max-width: 350px;}
.iab .txt .t p{ font-size: 1.4em; color: #555; line-height: 2; max-width: 640px;}
.iab .txt .t a{ border-radius: 40px; font-size: 1.6em; color: #fff; margin-top: 30px; padding: 15px 70px; display: inline-block; background: #007a8e;}
.iab .txt .t a:hover{ box-shadow: 3px 3px 10px rgba(0,0,0,0.6);}
/*ip*/
.ip .dots .dot .img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.ip{ padding: 70px 0; background: #f7f7f7;}
.ip .tit h3{ font-size: 4.8em; font-weight: bold; color: #333; text-align: center; margin-bottom: 40px;}
.ip .dots{ padding: 0 70px; display: flex; flex-wrap: wrap;}
.ip .dots .dot{ width: calc(25% - 20px); margin: 10px; text-align: center;}
.ip .dots .dot .img img{ width: 100%;}
.ip .dots .dot .img{ border: 10px solid #fff;}
.ip .dots .dot .t p{ font-size: 1.6em; color: #333; line-height: 24px; height: 24px;  margin: 20px 0; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.ip .dots .dot:hover .img{  border-color: #007a8e;}
/*nums*/
.nums{ justify-content: space-around; padding: 200px 0 240px 0; display: flex; flex-wrap: wrap;  color: #fff; background:url(../images/nums-bg.jpg) center center no-repeat;  background-size: cover !important;}
.nums .num{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nums .num p{ font-size: 1.6em;}
.nums .num h3{ font-size: 7.2em; font-weight: bold; font-family: "Basic Sans";}
.nums .num p:first-child{ text-align: right;}
/*inews*/
.inews .nboxs .n1 .txt span,.inews .nboxs img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.inews{ padding: 60px 0;}
.inews .tit h3{ font-size: 4.8em; color: #333; font-weight: bold; text-align: center; margin-bottom: 50px;}
.inews .nboxs{ display: flex; flex-wrap: wrap;}
.inews .nboxs img{ width: 100%;}
.inews .nboxs .img{ overflow: hidden;}
.inews .nboxs .n1 a{ display: flex; width: 100%; background: #f7f7f7; margin-bottom: 50px;}
.inews .nboxs .n1 .img{ width: 60%;}
.inews .nboxs .n1 .txt{ padding: 5% 3%; width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inews .nboxs .n1 .txt h3{ font-size: 2.4em; color: #333; line-height: 30px; height: 60px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.inews .nboxs .n1 .txt h4{ font-size: 1.6em; color: #888; line-height: 1.5; margin: 26px 0;}
.inews .nboxs .n1 .txt p{ font-size: 1.4em; color: #888; line-height: 24px; height: 72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.inews .nboxs .n1 .txt span{ margin-top: 60px; padding: 16px 70px; font-size: 1.6em; color: #fff; background: #007a8e; display: inline-block; border-radius: 40px;}
.inews .nboxs .n1:hover .txt span{ box-shadow: 3px 3px 10px rgba(0,0,0,0.6);}
.inews .nboxs .n1:hover img{ transform: scale(1.05);}
.inews .nboxs .n2{ width: 75%;}
.inews .nboxs .n2 a{ display: flex; align-items: center;}
.inews .nboxs .n2 .img{ width: 50%;}
.inews .nboxs .n2 .txt{ max-width: 440px; padding: 30px; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inews .nboxs .n2 .txt h3{ font-size: 2em; color: #333; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.inews .nboxs .n2 .txt h4{ font-size: 1.6em; color: #888; line-height: 1.5; margin: 24px 0;}
.inews .nboxs .n2 .txt p{ font-size: 1.4em; color: #888; line-height: 24px; height: 72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.inews .nboxs .n2:hover img{ transform: scale(1.05);}
.inews .nboxs .n3{ width: 25%; padding-left: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inews .nboxs .n3 .tip h3{ font-size: 3em; color: #333; line-height: 1.5; margin-bottom: 6px;}
.inews .nboxs .n3 .txt h3{ font-size: 1.8em; color: #333; line-height: 24px; margin-top: 20px; height: 48px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .nboxs .n3:hover img{ transform: scale(1.05);}
/*icase*/
.icase .swiper-slide .txt .t2 a{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.icase .tit{ margin: 50px 0; text-align: center;}
.icase .tit h3{ font-size: 4.8em; font-weight: bold; color: #333; line-height: 1.5;}
.icase .icase-slider{ padding: 0 270px;}
.icase .swiper-slide{ position: relative;}
.icase .swiper-slide .img img{ width: 100%;}
.icase .swiper-slide .txt{ color: #fff; width: 400px; position: absolute; top:0; right:0; height: 100%; background: rgba(0,0,0,0.5);}
.icase .swiper-slide .txt .t{ padding: 20px 16%; display: flex;align-items: center;  height: 40%; background: rgba(0,0,0,0.56); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.icase .swiper-slide .txt .t h3{ font-size: 2.4em; font-weight: bold; position: relative; line-height: 1.5;}
.icase .swiper-slide .txt .t h3:after{ position: absolute; bottom: -16px; content: ""; width: 30px; height: 2px; background: #fff; left: 0;}
.icase .swiper-slide .txt .t2{  padding: 20px 16%; display: flex; flex-wrap: wrap; align-content: center;  align-items: center;  height: 60%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.icase .swiper-slide .txt .t2 h4{ font-size: 1.8em; color: #fff; line-height: 24px; height: 72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.icase .swiper-slide .txt .t2 a{margin-top: 60px; padding: 16px 70px; font-size: 1.6em; color: #fff; background: #007a8e; display: inline-block; border-radius: 40px;}
.icase .swiper-slide .txt .t2 a:hover{ box-shadow: 3px 3px 10px rgba(255,255,255,0.6);}
.icase .swiper-button-prev{ left: 220px; }
.icase .swiper-button-next{ right: 220px;  }
.icase .swiper-button-prev,.icase .swiper-button-next{ width: 40px; height: 40px; border-radius: 50%; background-color: #007a8e; background-position: center center;}
.icase .swiper{
    --swiper-theme-color: #fff;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
  }

/*tits*/
.tits h3{ font-size: 3.6em; color: #000; line-height: 1.2; text-transform: uppercase;} 
.tits h3 span{ font-size:1em; color: #007a8e;}
.tits h4{ font-size: 3em; font-weight: bold; margin-bottom: 45px;}
.tits>span{ display: inline-block; width: 64px; height: 9px; background: #007a8e;}

/*banners*/
.banners{ align-items: center; display: flex; justify-content:center; height: 690px; background-size: cover !important; }
.banners .txt{ text-align: center;}
.banners .txt h3{ font-size: 4.8em; color: #fff; font-weight:bold; text-transform: uppercase;}
.product{ background: url(../images/banners/product-banner.jpg) center center no-repeat;}
.product{ justify-content: flex-start;  padding-left: 10%;}
.case{ background: url(../images/banners/case-banner.jpg) center center no-repeat;}
.about{ background: url(../images/banners/about-banner.jpg) center center no-repeat;}
.news{ background: url(../images/banners/news-banner.jpg) center center no-repeat;}
.contact{ background: url(../images/banners/contact-banner.jpg) center center no-repeat;}

/*lead*/
.lead { padding: 24px 0;}
.lead.gery{ background: #f7f7f7;}
.lead .warp{ display: flex; align-items: center;}
.lead .warp>*{ font-size: 1.6em; color: #333; display: inline-block; line-height: 1.5; margin-right: 10px;}

/*about*/
.about-t .tit h3{ margin-bottom: 40px; font-size: 4.8em; color: #333; font-weight: bold; text-align: center;}
.about-t .ab1{ padding: 40px 0 60px 0;}
.about-t .ab1 .txt p{ font-size: 1.4em; color: #333; margin-bottom: 16px; line-height: 1.5;}
.about-t .ab1 .abns{ justify-content:space-between; padding: 50px 0 0 0; display: flex; flex-wrap: wrap;   }
.about-t .ab1 .abn{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.about-t .ab1 .abn p{ font-size: 1.6em; color: #333;}
.about-t .ab1 .abn h3{ font-size: 7.2em; font-weight: bold; font-family: "Basic Sans"; color: #007184;}
.about-t .ab1 .abn p:first-child{ text-align: right;}
.about-t img{ width: 100%;}
.about-t .ab2{ padding: 70px 0 90px 0; background: #f6f6f6;}
.about-t .ab3{ padding: 80px 0 120px 0;}
.about-t .ab3 .ah-slider{ max-width: 80%; margin: 60px auto 0 auto;}
.about-t .ab4{ padding: 70px 0 90px 0;  background: #f6f6f6;}

/*product*/
.pro-lead .plead a{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.pro-lead{ display: flex;}
.pro-lead .plead{ background-size: cover !important; height: 690px; width: 50%;}
.pro-lead .pl1{ background: url(../images/product/pl1.jpg) center center no-repeat;}
.pro-lead .pl2{ background: url(../images/product/pl2.jpg) center center no-repeat;}
.pro-lead .plead a{ width: 100%; height: 100%; color: #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.pro-lead .plead a h3{ font-size: 4.8em; font-weight: bold;}
.pro-lead .plead a:hover{ background: rgba(0,0,0,0.6);}

/*product-n*/
.product-n .pboxs .dot,.product-n .pboxs .dot .img,.product-n .plist .pld p a{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.product-n{ padding:30px 80px 120px 80px; background: #f7f7f7; display: flex; }
.product-n .plist{ width: 25%;}
.product-n .plist .pld{ padding: 30px 40px; background: #fff; margin-right: 50px; margin-bottom: 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.product-n .plist .pld h3 a{ font-size: 2.4em; color: #003333; font-weight: bold; text-transform: uppercase; line-height: 1.2; display: inline-block;}
.product-n .plist .pld p{ display: none;}
    .product-n .plist .pld p a {
        margin-left: -20px;
        padding: 10px 20px;
        border-radius: 40px;
        font-size: 1.8em;
        color: #333;
        margin-top: 24px;
        display: inline-block;
        line-height: 1.2;
        width: calc(100% - 40px);
    }
.product-n .plist .pld p a.lock,.product-n .plist .pld p a:hover{ background: #007a8e; color: #fff;}
.product-n .plist .pld.lock p{ display: block;}

/**三级分类**/
    .product-n .plist .pld li {
        margin-top: 10px;
    }
    .product-n .plist .pld li:first-child {
        margin-top: 24px;
    }
    .product-n .plist .pld li a {
        padding: 10px 20px;
        border-radius: 40px;
        font-size: 1.8em;
        color: #333;
        
        display: inline-block;
        line-height: 1.2;
        width: calc(100% - 60px);
    }

        .product-n .plist .pld li a.lock, .product-n .plist .pld li a:hover {
            background: #eeeeee;
            color: #888888;
        }

    .product-n .pboxs {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
    }
.product-n .pboxs .dot {width: calc(33.33% - 20px); margin: 10px; text-align: center;}
.product-n .pboxs .dot .img img{ width: 100%;}
.product-n .pboxs .dot .img{ border: 10px solid #fff;}
.product-n .pboxs .dot .t p{ font-size: 1.6em; color: #333; line-height: 24px; height: 24px;  margin: 20px 0; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.product-n .pboxs .dot:hover .img{  border-color: #007a8e;}
.product-n .pboxs .fy{ width: 100%;}

/*proshow*/
.proshow .btns a,.proshow .pro-more .dot .img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.proshow{ padding: 40px 0; background: #f7f7f7;}
.proshow .pro-top{ padding: 40px; display: flex; flex-wrap: wrap; background: #fff; margin-bottom: 6px;}
.proshow .pro-top .img{ width: 48%; text-align: center;}
.proshow .pro-top .img img{ max-width: 100%;}
.proshow .pro-top .txt{ width: 52%;}
.proshow .pro-top .txt .tit{ align-items: center; display: flex; border-bottom: 1px solid #f3f3f3; justify-content: space-between;  padding-bottom: 20px; margin-bottom: 20px;}
.proshow .pro-top .txt .tit h3{ font-size: 3em; color: #007a8e; font-weight: bold;}
.proshow .pro-top .txt .tit h4{ font-size: 2.4em; color: #333; font-weight: bold;}
.proshow .pro-top .txt .tit img{ width: 80px;}
.proshow .pro-top .txt .tmore p{ font-size: 1.6em; color: #333; line-height: 24px; padding-left: 20px; position: relative;}
.proshow .pro-top .txt .tmore p:after{ position: absolute; top:7px; left: 0; content: ""; background: #007a8e; width: 8px; height: 8px; border-radius: 50%;}
.proshow .pro-top .txt .tmore img{ margin-top: 20px; max-width: 100%;} 
.proshow .pro-txt{ background: #fff; padding: 60px;}
.proshow .pro-txt .tit{ text-align: center;}
.proshow .pro-txt .tit h3{ font-size: 2.4em; color: #333; font-weight: bold; margin-bottom: 40px; text-transform: uppercase;}
.proshow .pro-txt .txt img{ display: block; max-width: 100%; margin: 0 auto;}
.proshow .btns{ padding: 40px 0 80px 0; display: flex; justify-content: space-between; width: 100%; }
.proshow .btns a{ display: flex; align-items: center; background: #fff; padding: 12px 40px; border-radius: 5px;}
.proshow .btns a>*{ padding: 0 10px;}
.proshow .btns a span{ width: 70px; height: 7px;  background: url(../images/arrow2.png) center center no-repeat; background-size: contain;}
.proshow .btns a p{ font-size: 1.6em; color: #555; line-height: 1.5;}
.proshow .btns .next .type{ order: -1;}
.proshow .btns .next span{ order: 2; transform:rotate(180deg);}
.proshow .btns a:hover{ background: #007a8e;}
.proshow .btns a:hover p{ color: #fff;}
.proshow .pro-more{ padding-bottom: 80px;}
.proshow .pro-more .tit h3{ font-size: 2.4em; color: #333; font-weight: bold; text-transform: uppercase; margin-bottom: 50px;}
.proshow .pro-more .prod{ width: 100%; display: flex; flex-wrap: wrap;}
.proshow .pro-more .prod .dot { width: calc(33.33% - 20px); margin: 10px; text-align: center;}
.proshow .pro-more .dot .img img{ width: 100%;}
.proshow .pro-more .dot .img{ border: 10px solid #fff;}
.proshow .pro-more .dot .t p{ font-size: 1.6em; color: #333; line-height: 24px; height: 24px;  margin: 20px 0 0 0; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.proshow .pro-more .dot:hover .img{  border-color: #007a8e;}

/*case*/
.case-t .cdots .cd .img img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.case-t{ padding: 50px 0; background: #f7f7f7;}
.c-list{ margin:30px 0;}
.c-list a{ display: inline-block; padding: 14px 60px; line-height: 1.5; font-size: 1.8em; color: #333; font-weight: bold; text-transform: uppercase; background: #fff; margin-right: 40px;}
.c-list a.lock{ background: #4ea3b1; color: #fff;}
.case-t .cdots{  width: calc(100% + 30px); margin: 40px 0 40px -15px;  display: flex; flex-wrap: wrap;}
.case-t .cdots .cd{ width: calc(50% - 30px); margin: 25px 15px;}
.case-t .cdots .cd .img img{ width: 100%;}
.case-t .cdots .cd .img{ overflow: hidden;}
.case-t .cdots .cd .txt{ padding: 40px 20px;}
.case-t .cdots .cd .txt h3{ font-size: 2.4em; color: #333; line-height: 30px; height: 30px; font-weight: bold; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.case-t .cdots .cd .txt span{ margin: 16px 0; display: inline-block; background: #333; width: 30px; height: 2px;}
.case-t .cdots .cd .txt p{ font-size: 1.8em; color: #333; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.case-t .cdots .cd:hover .img img{ transform: scale(1.05);}
.case-t .cdots .fy{ width: 100%;}


/*news*/
.news-t  .nd  .txt span,.news-t  .nd img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.news-t{ padding: 60px 0;}
.news-t  .nds{ width: calc(100% + 30px); margin-left: -15px; display: flex; flex-wrap: wrap;}
.news-t  .nd{ width: calc(50% - 30px); margin: 0 15px 75px 15px;}
.news-t  .nd img{ width: 100%;}
.news-t  .nd .img{ overflow: hidden;}
.news-t  .nd  .txt{ padding: 50px 25px 0 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.news-t  .nd  .txt h3{ font-size: 2.4em; color: #333; line-height: 30px; height: 60px; font-weight: bold; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t  .nd  .txt h4{ font-size: 1.6em; color: #888; line-height: 1.5; margin: 26px 0;}
.news-t  .nd  .txt p{ font-size: 1.4em; color: #888; line-height: 24px; height: 72px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.news-t  .nd  .txt span{ margin-top: 60px; padding: 16px 70px; font-size: 1.6em; color: #fff; background: #007a8e; display: inline-block; border-radius: 40px;}
.news-t  .nd :hover .txt span{ box-shadow: 3px 3px 10px rgba(0,0,0,0.6);}
.news-t  .nd :hover img{ transform: scale(1.05);}

/*newsshow*/
.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:80px 0; background: #eee;}
.newsshow .boxs{ background:#fff; }
.newsshow .tit{ padding:40px; text-align:center; border-bottom: 1px solid #eee;}
.newsshow .tit h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#727171; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{ color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px; }
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#fff; font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#007a8e !important; color:#fff !important;}

/*contact*/
.information .dot h4,.feedback .fcb{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.information{ padding: 80px 0;  background: #f7f7f7; overflow: hidden; }
.information .cad1{ background: #fff; display: flex; flex-wrap: wrap; margin-bottom: 50px; align-items: center; justify-content: space-between;}
.information .cad1 .img{ width: 50%;}
.information .cad1 .img img{ width: 100%;}
.information .cad1 .txt{ padding: 20px 8%; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.information .cad1 .txt .flogo{ margin-bottom: 25px; display: flex; align-items: flex-end; color: #077e91; text-transform: uppercase;}
.information .cad1 .txt .flogo h3{ padding-left: 10px; font-size: 1.8em; font-weight: bold; line-height: 1.2; max-width: 350px;}
.information .cad1 .txt .fd{ margin-top: 16px; display: flex;}
.information .cad1 .txt .fcd span{ width: 30px; margin-top: 2px;}
.information .cad1 .txt .fcd p{ font-size: 1.4em; line-height: 1.5; color: #555; width: calc(100% - 30px); max-width: 350px;}
.information .cad1 .txt .two{ margin-top: 30px;}
.information .cad2{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.information .cad2 .cad{ width: calc(33.33% - 20px); background: #fff;}
.information .cad2 .cad .img img{ width: 100%;}
.information .cad2 .cad .txt{ padding: 36px 24px;}
.information .cad2 .cad .txt h3{ font-size: 1.8em; color: #333; line-height: 1.2; font-weight: bold; margin-bottom: 24px;}
.information .cad2 .cad .txt p{ font-size: 1.4em; line-height: 1.5; color: #888;}
.information .cad2 .cad .txt p a{ font-size: 1em; color: #888;}
.information .cad2 .cad .txt a:hover{ text-decoration: underline;}

.feedback .fc-btn{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.feedback{ padding: 70px 0px; background:#e7e7e7; }
.feedback .tit{ margin-bottom: 40px;}
.feedback .tit h3{ font-size: 4.8em; color: #333; font-weight: bold; margin-bottom: 14px;}
.feedback .tit h4{ font-size: 1.6em; color: #888; line-height: 1.5;}
.feedback input,.feedback textarea{ width: 100%; font-size: 1.6em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height:24px; color:#000; border: none; padding: 12px 25px;  }
.feedback .dot{ width: 100%; margin-bottom: 25px; overflow: hidden; display: flex; justify-content: space-between;}
.feedback .dot .d{ width: calc(50% - 35px); }
.feedback textarea{ width: 100%;}
.feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder { color:#555;font-family: "Arial"}
.feedback input:-moz-placeholder,.feedback textarea:-moz-placeholder { color:#555; font-family: "Arial"}
.feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder { color:#555;font-family: "Arial"}
.feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder { color:#555; font-family: "Arial"}
.feedback .btn{ margin: 50px 40px 0 auto;  text-align: right; }
.feedback .fcb{ border-radius: 40px; width: 200px; border:none; padding:16px 70px;  font-size:1.6em; color:#fff; line-height:24px; cursor:pointer; background: #007a8e;  font-style: normal;}
.feedback .fcb:hover{ background: #000;}

